home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / vbpong1a / readme.txt < prev    next >
Encoding:
Text File  |  1999-08-09  |  988 b   |  32 lines

  1. VB PONG 99
  2. ==========
  3.  
  4. Made using:
  5. - VB6 (Though the code could easily be run in VB5)
  6. - Win32.tlb (v0.8)
  7. - Directx6.tlb (v0.8)
  8. - CDXVB
  9. - Lots of elbow grease!!!
  10. - AMD K6/400, 64MB RAM, 40x CDROM, 2MB VRAM 2D card
  11.  
  12. Minimum requirements:
  13. - No idea! On my machine I got a lovely 45 FPS average.
  14.  
  15. Keys:
  16. P1 Up - A
  17. P1 Down - Z
  18. P2 Up - Arrow Up
  19. P2 Down - Arrow Down
  20. Enter - On startup screen go into game, on winner screen, go to startup screen
  21. R - Restart game
  22. ESC - Exit game
  23.  
  24. Game concept:
  25. The idea of the game is to wipe out all of your opponents blocks. Both balls destroy both types of blocks. When a ball gets past your bat, one of the blocks you have destroyed is restored.
  26.  
  27. The game is relatively simple. I started a Pong clone and then got carried away. Kinda a neat
  28. cross between Pong and Breakout with a twist!
  29.  
  30. Read log.txt for more info on which steps I took to build the game.
  31.  
  32. Feel free to use any of the code, but be sure to give me credit for it!